home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / mechacatdestructo.swf / scripts / frame_1 / PlaceObject2_5_27 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-10-01  |  300b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    var l_pc = Math.ceil(_parent.getBytesLoaded() / _parent.getBytesTotal() * 100);
  3.    if(l_pc == 100)
  4.    {
  5.       _parent.gotoAndStop("TitleCard");
  6.    }
  7.    else
  8.    {
  9.       _parent.Loading_txt.text = l_pc + "%";
  10.       _parent.Loading_txtO.text = l_pc + "%";
  11.    }
  12. }
  13.